home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 075 (1990-05)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 075 (1990-05)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / p2c / HP / import / rnd.imp < prev    next >
Text File  |  1990-05-13  |  210b  |  23 lines

  1.  
  2.  
  3. {IncludeFrom=misc <p2c/rnd.h>}
  4.  
  5.  
  6. {*ExportSymbol=P_%s}
  7.  
  8.  
  9. module rnd;
  10.  
  11. import sysglobals; 
  12.  
  13. export
  14.  
  15.  
  16. procedure random(var seed : integer);
  17. function rand(var seed : integer; max : integer) : integer;
  18.  
  19.  
  20. end.
  21.  
  22.   
  23.